Class LogicalToolbarImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.LogicalToolbarImpl
All Implemented Interfaces:
IPCObject, LogicalToolbar

public class LogicalToolbarImpl extends IPCObjectImpl implements LogicalToolbar
Information provided by the PKI file:

    \class LogicalToolbar
    
    \brief LogicalToolbar allows manipulation of the Logical toolbar.  It is the toolbar that has cluster creation, environment, background and other controls.
    
    \example appWindow().getLogicalToolbar()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface LogicalToolbar
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName,  where widgetName can be one of the following: setBGImageBtn, MoveBtn, CreateClusterBtn, BackBtn, CurrentClusterBtn, MiniCanvasBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Specified by:
      setWidgetVisible in interface LogicalToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface LogicalToolbar
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to the specified child widget.
          
          \param widgetName,  where widgetName can be one of the following: setBGImageBtn, MoveBtn, CreateClusterBtn, BackBtn, CurrentClusterBtn, MiniCanvasBtn.
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface LogicalToolbar
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bDisabled - Takes in a parameter of bDisabled
    • createCluster

      public void createCluster()
      Information provided by the PKI file:
      
          \brief Creates a new cluster with the currently selected objects.
          
              
      Specified by:
      createCluster in interface LogicalToolbar
    • moveBack

      public void moveBack()
      Information provided by the PKI file:
      
          \brief Moves back out of a cluster.
          
              
      Specified by:
      moveBack in interface LogicalToolbar
    • showViewPort

      public void showViewPort()
      Information provided by the PKI file:
      
          \brief Shows the Viewport.
          
              
      Specified by:
      showViewPort in interface LogicalToolbar